blob: 50298c71d1a7ff90f5b424dcf2036e6a870daac8 [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();
int v = int(tint_symbol);
}