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