FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / ctor1_y.C
blob260ab1c34181dd50322ec1fdf52182bb22dcfd1e
1 extern bool was_f_in_Bar_destroyed;
3 #include "ctor1.h"
5 Foo::~Foo()
7   was_f_in_Bar_destroyed=true;
10 Bar::~Bar()
12   throw 1;