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