2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / nrv1_y.C
blob5a43af7c205dc015f1c407563f8b3aac9caffa5f
1 #include "nrv1.h"
3 A f()
5   A nrv;
6   throw 42;
7   return nrv;