blob: 47de1b263d52ccec932321e48c99978e0570c643 [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();
bool4 v = bool4(tint_symbol);
}