blob: d87f361a8f1cd783906ff38c2650c8ffe5867883 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float16_t t = float16_t(0.0h);
float16_t m() {
t = float16_t(1.0h);
return float16_t(t);
}
void f() {
float16_t tint_symbol = m();
int v = int(tint_symbol);
}