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