blob: 38428842c649bbe09f34cbaa7689de6a94af8bb8 [file] [log] [blame]
class L {
public:
L(int);
};
class R {
friend L::L(int);
};