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