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