blob: 17eaf0743fc0ffb5c0685aec6097ae50c66bd133 [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed niklas ellipsis
typedef void (*T) (...);
void f ();
struct S { void g (T); void h() { g(f); } };// { dg-error "match" "match" }
// { dg-message "candidates" "note" { target *-*-* } 5 }