blob: a714e0ddfa5a54f635c75c94f07a00e585ba39ee [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float t = 0.0f;
float m() {
t = 1.0f;
return float(t);
}
void f() {
const float tint_symbol = m();
bool v = bool(tint_symbol);
}