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