// { dg-do assemble } // Test for not complaining about mismatches during unification. template void f(); template void f(); extern void g(double); void h () { f(); }