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