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