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