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