Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / compat / eh / spec3_x.C
blobb8e5fbeaa1e5c2a41226eb32354b107c1342a2a1
1 #include "spec3.h"
3 extern void func () throw (B,A);
5 void spec3_x (void)
7   try { func(); }
8   catch (A& a) { }