blob: ce8af7b7273413f75d36f51e37037b9a2045733f [file] [log] [blame]
// PR c++/48166
struct foo {
static void func ();
};
void foo::func () const {} // { dg-error "type qualifiers" }