blob: 062d9f689092e054fcf7d9c6c2c423bb09ea3453 [file] [log] [blame]
SKIP: FAILED
[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();
float16_t v = float16_t(tint_symbol);
}