blob: c4127d3f4f5679c4743e4a3604ce00bab4da8023 [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() {
int4 tint_symbol = m();
bool4 v = bool4(tint_symbol);
}