(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
eh-decl.C
// PR c++/41876

struct A;

void foo()
{
  try {} catch(int A) {}
}