Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
conversion
/
ambig1.C
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" }