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