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