1 2 3 4 5 6 7 8 9 10 11 12
// PR c++/5636 // Bug: the named return value optimization interfered with EH cleanups. // Split into pieces for binary compatibility testing October 2002 extern void nrv1_x (void); int main () { nrv1_x (); }