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

struct A {
  friend struct B : A {		// ERROR - 
    int x;
  };
  int y;
};