blob: 632b46c6aafc644e93589dd8ada86e98687c33fe [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int r = (1 & 2);
return;
}