// PR c++/38600 // { dg-final { scan-assembler "_Z3barIiE1AIX3fooIT_EEEv" } } template struct A {}; template void foo(); template A > bar(); void baz() { bar(); }