FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / ctor1.h
blobe83476f2d603f1c0efb204424a0b2c4ee60e7a75
1 struct Foo
3 ~Foo ();
4 };
6 struct Bar
8 ~Bar ();
9 Foo f;