blob: eeec09bb64548561516a9c44c463a0ff02520dc0 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint t = 0u;
uint3 m() {
t = 1u;
return uint3((t).xxx);
}
void f() {
const uint3 tint_symbol = m();
int3 v = int3(tint_symbol);
}