#include <iostream> #define baka() baka<99>() template<int V>void (baka)(){ std::cout << V << std::endl;} int main(){ baka(); baka<3>();}
Standard input is empty
99 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!