blob: 56fca67bf6d5bd15b17abad59b808f2a1e7a649f [file] [log] [blame]
SKIP: FAILED
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int t = 0;
int4 m() {
t = 1;
return int4((t).xxxx);
}
void f() {
const int4 tint_symbol = m();
vector<float16_t, 4> v = vector<float16_t, 4>(tint_symbol);
}