summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/template1.C
blob: 61fd72f8144641f28c5c68950a6577dd7b0ecaee (plain)
1
2
3
4
5
6
7
8
9
// { dg-do assemble  }
namespace foo {

  template <class T>
  class x {};

}

foo::x<int> y;