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