#include<iostream> template<typename T>void f(T = ""){ std::cout << "Hello" << std::endl;} int main(){ f(1);}
Standard input is empty
Hello
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!