blob: ee8b65185e5ed4c88f479353bda65930afa8958f [file] [log] [blame]
// { dg-options "-Wignored-qualifiers" }
struct Test {
operator int const(); // { dg-warning "type qualifiers ignored" }
operator int const() const; // { dg-warning "type qualifiers ignored" }
};