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