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