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