blob: 23f164cff68948686412d659f62e04cc2e4b4e5e [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint u = 1u;
void f() {
int v = int(u);
}