aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/template1.C
blob: 593df9e8d065486667e78f044b6ede4796ff013e (plain)
1
2
3
4
5
6
7
8
9
// Build don't link: 
namespace foo {

  template <class T>
  class x {};

}

foo::x<int> y;