blob: a22315816df5a5f04fbdc009e4a7bde33bbb2ab6 [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();
bool2 v = bool2(tint_symbol);
}