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