blob: 425981a0826acc07cd90420661a01e33b8e21ccb [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int t = 0;
int m() {
t = 1;
return int(t);
}
void f() {
const int tint_symbol = m();
bool v = bool(tint_symbol);
}