// { dg-do assemble } template void f() // { dg-message "note" } { } int main() { f(); // { dg-error "" } .* // { dg-message "candidate" "candidate note" { target *-*-* } 9 } }