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