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