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