blob: 42ac4038ec661828f5b0e4e0f07335a845da2000 [file] [log] [blame]
// PR c++/19787
struct H {
operator char(); // { dg-error "" }
operator short(); // { dg-error "" }
};
int const& ref = H(); // { dg-error "" }