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