// PR c++/48015 template T f(T); template void g() { int const c = f (1); int i = c - 0; }