summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.old-deja/g++.ns/template15.C
blob: ac781305642512dfda32741f0f32a63bb1d5195d (plain)
1
2
3
4
5
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>

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