blob: 24b0032e004280d7b8a7d3dd4f55d20d3e0b2e6a [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() {
int2 tint_symbol = m();
float2 v = float2(tint_symbol);
}