2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / nrv1_main.C
blob3b76b5c8824c9b01af909a37291fd0779e02f674
1 // PR c++/5636
2 // Bug: the named return value optimization interfered with EH cleanups.
4 // Split into pieces for binary compatibility testing October 2002
6 extern void nrv1_x (void);
8 int
9 main ()
11   nrv1_x ();