summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.old-deja/g++.ns/template10.C
blob: 709844eae64b10c97d6033c40f566db1d664060f (plain)
1
2
3
4
5
6
7
// Build don't link:
// Origin: Manuel Menezes de Sequeira <mms@torga.iscte.pt>

namespace N {
  template <class T> void g() {}
}
void (*pf)() = N::g<int>;
OpenPOWER on IntegriCloud