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