OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp4.C
1 // { dg-do assemble  }
2 // GROUPS passed templates membertemplates
3 struct S {
4   template <class T>
5   void operator+(T);
6 };
7
8
9 template <class T>
10 void S::operator+(T)
11 {
12 }