niklas01a.C   [plain text]


// Build don't link: 

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