blob: ac31f9129525a96779541e04f2c7dbdc01aae77f [file] [log] [blame]
// Build don't link:
// GROUPS passed prefix-postfix
class Y {
public:
friend Y operator++ (Y&);
// This is legal---it's a good test to make sure that grokfndecl's
// checking of the arguments is sane.
friend Y operator++ (Y&, int);
};