blob: 1592b52f9c07f794c903ff429b4b81a9c8409a60 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool t = false;
bool m() {
t = true;
return bool(t);
}
void f() {
bool tint_symbol = m();
float16_t v = float16_t(tint_symbol);
}