// Test for not complaining about mismatches during unification. // Build don't link: template void f(); template void f(); extern void g(double); void h () { f(); }