blob: 23c5ef62fa8edf864641b5472e927e2e92dcc5d1 [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();
float4 v = float4(tint_symbol);
}