// { dg-do assemble } // Origin: Mark Mitchell template void f () { extern int i; extern T j; i = j; } template void f();