blob: a01cdcf7617d6d385f97b5ca9e283b9a855bdb4a [file] [log] [blame]
// PR c++/22256
struct node { int* operator int*(); }; // { dg-error "return type specified" }