blob: aca47c80c4089893e290f682945fa436b0265bb3 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint t = 0u;
uint2 m() {
t = 1u;
return uint2((t).xx);
}
void f() {
uint2 tint_symbol = m();
bool2 v = bool2(tint_symbol);
}