// Build don't link: // Origin: Ian Nixon struct A {}; template class Tc {}; // ERROR - no defarg int main () { Tc oops; // ERROR - using template }