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