Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.eh / tmpl4.C
blob14e455bb6e1ed9f8d414fe66008dab5ba097242c
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 template <class T> void test(){
5   try {
6   }
7   catch(int x){
8   }
11 template void test<int>();