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