#include <stdio.h> int main (){int abc ();abc ()+1;(*abc) (3); return 0; }int abc(){ printf ("come "); }
Standard input is empty
come come
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!