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