Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / template / eh1.C
blob134a0e7a665dd9706ea1f28b41de1f79a5af8400
1 template <class T>
2 void foo()
4   try {}
5   catch(T e) {}