blob: 03797ca06dabd07b7076d8e33f0a7c1cb57ec022 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
uint a = 1u;
uint b = 2u;
uint r = (a << b);
}