blob: 1c72fd39f554aebb28b9a87f296d71ed15f7e4bf [file] [log] [blame]
// PR c++/41876
struct A;
void foo()
{
try {} catch(int A) {}
}