// PR c++/93211 // { dg-do compile { target c++11 } } template void g(T); template void f() {} template void f() {} // { dg-bogus "redefinition" }