blob: 5a43af7c205dc015f1c407563f8b3aac9caffa5f [file] [log] [blame]
#include "nrv1.h"
A f()
{
A nrv;
throw 42;
return nrv;
}