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