blob: e8660a20b4865d1f1528203aac2ce9678aa2a55e [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool t = false;
bool2 m() {
t = true;
return bool2((t).xx);
}
void f() {
const bool2 tint_symbol = m();
int2 v = int2(tint_symbol);
}