blob: ed9dc2cc61cb644bd4f92572ea7c8ef8c6943f31 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static int t = 0;
int m() {
t = 1;
return int(t);
}
void f() {
const int tint_symbol = m();
uint v = uint(tint_symbol);
}