// Build don't link: // Origin: Walter Brisken template class list {}; class newtype { }; void crash() { newtype* n; n->list.size (); // ERROR - invalid use of template }