#include "template1.h" template void C::f (void) throw (E) { throw E(); } template class C;