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