blob: e97434d98bd1d6156cb69f0269b95ce59c598ce4 [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() {
bool2 tint_symbol = m();
int2 v = int2(tint_symbol);
}