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