Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / eh / throw3.C
blob3417eeb3dcf9f6a68e7c0e0d1b2838bfa1f4e697
1 // PR c++/19312
3 struct A {};
5 void foo(A a)
7     throw (A)a;