blob: 0024712e1e19f3dd67ee785637024925a906eb31 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint r = (1u & 2u);
return;
}