// PR c++/19312

struct A {};

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


syntax highlighted by Code2HTML, v. 0.9.1