template<typename T = int> int someFunc() { T t = 0; return t; } void otherFunc() { someFunc(); }