2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / spec3_y.C
blobfef6b368c865af25bc6baecb20078d57871f0ef9
1 #include "spec3.h"
3 A::A() {}
5 void func() throw (B,A)
7   throw A();