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