4 void f(T t1, T t2); // { dg-message "note" }
10 void g(T t1, T t2) {} // { dg-message "note" }
12 template void g(int i, int j);
16 f(3, 'c'); // { dg-error "" } no matching function
17 // { dg-message "(candidate|deduced conflicting types)" "candidate note" { target *-*-* } .-1 }
18 g(3, 'c'); // { dg-error "" } no matching function
19 // { dg-message "(candidate|deduced conflicting types)" "candidate note" { target *-*-* } .-1 }