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