blob: 9088e51d9f72cc27ac275b5b3510c23c9f8891c8 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int r = (1 % 2);
return;
}