blob: be02acb7a1ebe2621980e684f282870ac94d6971 [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();
uint2 v = uint2(tint_symbol);
}