// Build don't link: // Origin: Mark Mitchell template void f () { extern int i; extern T j; i = j; } template void f();