921e5a0eb4
From-SVN: r14840
8 lines
163 B
C
8 lines
163 B
C
// Build don't link:
|
|
// GROUPS passed prefix-postfix
|
|
class Y {
|
|
public:
|
|
friend Y operator++ (Y&);
|
|
friend Y operator++ (Y&, char); // illegal// ERROR - .*
|
|
};
|