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