1 2 3 4 5 6 7 8
#include "template1.h" template<class T> void C<T>::f (void) throw (E) { throw E(); } template class C<int>;