blob: 19425375c92f2cb6115d97eae0338fecda2a0e84 [file] [log] [blame]
#include "template1.h"
template<class T> void C<T>::f (void) throw (E)
{
throw E();
}
template class C<int>;