blob: 540e6557ccee2b715f56a36ee649da6798d21a13 [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();
uint4 v = uint4(tint_symbol);
}