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