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