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