template int foo(T t1) { return int(t1); } int main() { return foo(42); }