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