summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/template15.C
blob: ea0a677b31ff76a26be07bd61ee19926dd9b424e (plain)
1
2
3
4
5
// { dg-do assemble  }
// Origin: Mark Mitchell <mark@codesourcery.com>

namespace X {  template <class T> void f () {}   }
template void X::f<int> ();