ref: c435ace1e7d11f4db85989b764021b5e701ddf53 dir: /tests/execute/0108-bug.c/
int main() { int i; for(i = 0; i < 10; i++) if (!i) continue; return 0; }