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