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