blob: 44c9bd7f4e3651f126e5bce277d9e4162b1edc32 [file] [log] [blame]
SKIP: FAILED
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int t = 0;
int2 m() {
t = 1;
return int2((t).xx);
}
void f() {
const int2 tint_symbol = m();
vector<float16_t, 2> v = vector<float16_t, 2>(tint_symbol);
}