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