OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / template1.C
1 // { dg-do assemble  }
2 namespace foo {
3
4   template <class T>
5   class x {};
6
7 }
8
9 foo::x<int> y;