ctor1.C   [plain text]


class L {
public:
  L(int);
};

class R {
  friend L::L(int);
};