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