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