OSDN Git Service

new testcases
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp4.C
1 // Build don't link:
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 }