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