1 // PR c++/25635
2 
3 struct A {}; // { dg-message "defined here" }
4 
5 A::operator int(); // { dg-error "no declaration matches" }
6 // { dg-message "no conversion operators" "" { target *-*-* } .-1 }
7