Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / compat / eh / dtor1_main.C
blob962fa64274b45611d9da3d832826b8cf104d78d7
1 // PR c++/411
3 // Test that a fully-constructed base is destroyed before transferring
4 // control to the handler of a function-try-block.
6 // Split into pieces for binary compatibility testing October 2002
8 extern void dtor1_x (void);
10 int
11 main ()
13   dtor1_x ();