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