blob: b826ab8379f797aba70ad2139830257a24a2bce7 [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();
float v = float(tint_symbol);
}