#include <iostream>struct { void PRINTME() { std::cout << "I PRINTED MESELF!\n"; } } Wall;int main() { Wall.PRINTME(); }
Standard input is empty
I PRINTED MESELF!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!