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