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