blob: e23833becc2830ff73c449679f5355bdead62d90 [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() {
uint tint_symbol = m();
bool v = bool(tint_symbol);
}