blob: 1195becb38beeeacd92ec59266e0eee621e3b1e0 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static float t = 0.0f;
float3 m() {
t = 1.0f;
return float3((t).xxx);
}
void f() {
float3 tint_symbol = m();
vector<float16_t, 3> v = vector<float16_t, 3>(tint_symbol);
}