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