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