blob: 0379cac3f3eca3a68e087d88ef6e134c487a8801 [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();
uint v = uint(tint_symbol);
}