(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
tree-prof/
partition2.C
// PR middle-end/45458
// { dg-require-effective-target freorder }
// { dg-options "-O2 -fnon-call-exceptions -freorder-blocks-and-partition" }

int
main ()
{
  try
  {
    throw 6;
  }
  catch (...)
  {
  }
}