Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / compat / eh / template1_y.C
blob19425375c92f2cb6115d97eae0338fecda2a0e84
1 #include "template1.h"
3 template<class T> void C<T>::f (void) throw (E)
5   throw E();
8 template class C<int>;