blob: c7f533ff1ba7057dbb2d86a9614f793f18505857 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
module foo;
void frob ()
{
__throw_with_nested_impl (integral_constant<bool, true> ());
}