blob: 69b7f10e4e9ba1516227b2237faeecd5b4f29ce1 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void f() {
int i = 0;
{
for(; (i < 1); ) {
}
}
}