blob: 50ecc212314ca64f3582f3dcda7f962ba7708241 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int a = 1;
const uint b = 2u;
const int r = (a << b);
return;
}