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