blob: 749be69ae4e2a4263190c8406e680ae4e3a57bba [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint t = 0u;
uint4 m() {
t = 1u;
return uint4((t).xxxx);
}
void f() {
uint4 tint_symbol = m();
vector<float16_t, 4> v = vector<float16_t, 4>(tint_symbol);
}