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