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