OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / ttp50.C
1 // { dg-do run  }
2 template <class T, template <T> class TT> class C {};
3 template <int> class D {};
4
5 int main()
6 {
7   C<int,D> c;
8 }