#include <stdio.h> #define pook printf("%d\n", __LINE__) int main(void) { pook; pook; pook; return 0; }
Standard input is empty
5 6 7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!