template int do_something () { return x; } template int do_something_2 (void) { return do_something(); }