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