Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
operator6.C
blob: c13860efd809e501f4cabf4967c0281208dd0019 [
file
] [
log
] [
blame
]
// PR c++/25635
struct
A
{};
// { dg-message "defined here" }
A
::
operator
int
();
// { dg-error "no declaration matches" }
// { dg-message "no conversion operators" "" { target *-*-* } .-1 }