2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / template1.C
blob61fd72f8144641f28c5c68950a6577dd7b0ecaee
1 // { dg-do assemble  }
2 namespace foo {
4   template <class T>
5   class x {};
9 foo::x<int> y;