p10247.C   [plain text]


// prms-id: 10247

class a {
public:
  int operator++(int) { return operator()++ ; }		// ERROR - 
};