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


template <class T>
void S::foo(T&)
{
}