(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
libfn-1_b.C
// { dg-additional-options -fmodules-ts }
import foo;

void bar ()
{
  thrower ();
}

void baz ()
{
  try 
    {
      throw 1;
    }
  catch (...)
    {
    }
}