blob: 89990471ec7748050fefd5937fa8ca5c67ec28dd [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const bool a = true;
const bool b = false;
const bool r = (a & b);
return;
}