blob: b0546893fd712c37ad42d0771e6e05a9df807f5c [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint a = 1u;
const uint b = 2u;
const uint r = (a | b);
return;
}