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