blob: f1b250c6a202719a6f90b9c89044cc3fbfc97f86 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool t = false;
bool4 m() {
t = true;
return bool4((t).xxxx);
}
void f() {
const bool4 tint_symbol = m();
int4 v = int4(tint_symbol);
}