blob: 7f15f8c284dabfa68c5655d67b32a989a393448a [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 }