blob: f5b8abf6edd9b346d13280548119bccc4d7905dc [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed error-messages
class foo {
public:
virtual static int f () = 0;// { dg-error "" } member `f' cannot be declared both virtual and static.*
};