OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / lookup2.C
1 // { dg-do assemble  }
2 template <class charT>
3 struct basic_string
4 {
5   charT append (charT c)
6     { return c; }
7 };
8 typedef char c;
9 template class basic_string <char>;