(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
eh/
throw2.C
// PR c++/16851

struct A { A(int); };

void f(int t)
{
 throw (3,A(t));
}