aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/memtemp4.C
blob: b9f9c16a8e50220d72a1ca69913fb464fc1a7fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't link:
// GROUPS passed templates membertemplates
struct S {
  template <class T>
  void operator+(T);
};


template <class T>
void S::operator+(T)
{
}