blob: 94a7357b3720d7cc5ec4b517b2abd13caa56dd7a [file] [log] [blame]
void f() {
{
int must_not_collide = int(0);
while(true) {
break;
}
}
int must_not_collide = int(0);
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}