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