// Build don't link: template struct K { void f(); }; template void K::f() { // ERROR - template parameters }