// Build don't link: template class B { A a; public: B(A&aa); // ERROR - ~B(); }; static B b_int (3); // ERROR -