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