blob: 230d162f0b24015f0d37f35c65b45c24fc6aba9d [file] [log] [blame]
// PR c++/57352
struct x
{
operator class {} (); // { dg-error "types|expected" }
};