blob: 3156749cff9c08740a89c1df611d057b7faf52ea [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed initialization
class foo {
public:
operator ++ (); // { dg-error "" } no type or storage class
operator ++ (int); // { dg-error "" } no type or storage class
operator ++ (char); // illegal// { dg-error "" } .*
operator ++ (short); // illegal// { dg-error "" } .*
operator ++ (long); // illegal// { dg-error "" } .*
};