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