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