blob: 4244e4ff59e2c7c3e85032d8f78274e530da78a6 [file] [log] [blame]
// Build don't link:
// GROUPS passed prefix-postfix
class Y {
public:
friend Y operator++ (Y&);
friend Y operator++ (Y&, char); // illegal// ERROR - .*
};