rt_gccstream/gcc/testsuite/g++.dg/eh/throw3.C

9 lines
65 B
C

// PR c++/19312
struct A {};
void foo(A a)
{
throw (A)a;
}