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