blob: b06cf847185bc70d399e6439a9b17ae098eb993c [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() {
const uint4 tint_symbol = m();
vector<float16_t, 4> v = vector<float16_t, 4>(tint_symbol);
}