Details | Compare with Previous | View Log
// PR c++/19312
struct A {};
void foo(A a)
{
throw (A)a;
}