blob: 143b1e363ed9ef126bb346ca8041a5b8c2eefa39 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
{
for(int must_not_collide = 0; ; ) {
}
}
int must_not_collide = 0;
}