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