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

struct A {};

void foo(A a)
{
    throw (A)a;
}