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