int main(void) { void* a; int* b=a; int(*c)()=a; puts("test call"); return 0;}
Standard input is empty
test call
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!