#include <stdio.h>int main(){ for (int i = 9; i < 1;) printf("%d", i); printf("end of loop"); return 0;}
Standard input is empty
end of loop
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!