blob: d4cf031210b1ecb5475cd7a8c7b81ce38d7d6f4b [file] [log] [blame]
// PR c++/27211
struct A {}; // { dg-message "defined here" }
template<int> void A::foo(); // { dg-error "no declaration matches" }
// { dg-message "no functions named" "note" { target *-*-* } .-1 }