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