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