Details | Compare with Previous | View Log
// PR c++/41876
struct A;
void foo()
{
try {} catch(int A) {}
}