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