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