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

module foo;

void frob ()
{
  __throw_with_nested_impl (integral_constant<bool, true> ());
}