// { dg-do compile } void foo(void); int foo(int); template void bar(T f); // { dg-message "note" } void baz() { bar(foo); // { dg-error "" } // { dg-message "(candidate|deduce template parameter)" "candidate note" { target *-*-* } 8 } }