(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
compat/
eh/
nrv1_y.C
#include "nrv1.h"

A f()
{
  A nrv;
  throw 42;
  return nrv;
}