blob: 8414922550db394b0dea5cea6b5f73ecc8156f5a [file] [log] [blame]
[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);
}