Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / eh / throw2.C
blobf9da8d7f4fdcf81d7cdab125919f29e9af6873d6
1 // PR c++/16851
3 struct A { A(int); };
5 void f(int t)
7  throw (3,A(t));