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