aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/friend38.C
blob: e3a6a060ef6afd2da2c57c037ffca3d3f61e1e1b (plain)
1
2
3
4
5
6
7
8
// Build don't link:

// Overly simplified from testcase by "B. K. Oxley" <binkley@bigfoot.com>

template<class P> struct foo {
  typedef P parent_type;
  friend parent_type; // ERROR - template parameters cannot be friends - XFAIL *-*-*
};