blob: 442fe6254abdd4d4a8dc2b98065c34f747732952 [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() {
const bool tint_symbol = m();
float16_t v = float16_t(tint_symbol);
}