blob: b4fbab148d53bdf2aa02c3f781b11fc263ba9b2c [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool t = false;
bool4 m() {
t = true;
return bool4((t).xxxx);
}
void f() {
const bool4 tint_symbol = m();
uint4 v = uint4(tint_symbol);
}