friend1.C   [plain text]


class C {
public:
  static friend int f(); // ERROR - 
};