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