blob: d72fe75c2b7db8f2feddcb7a5cc48c6943dd0f8d [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint t = 0u;
uint3 m() {
t = 1u;
return uint3((t).xxx);
}
void f() {
uint3 tint_symbol = m();
vector<float16_t, 3> v = vector<float16_t, 3>(tint_symbol);
}