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