#include <iostream> using namespace std; void f(int...){}; int main() { f(0); f(1, 4); return cout<<"kokok!", 0;}
Standard input is empty
kokok!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!