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