Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
noexcept-4_a.H
blob: b888a1b93e624e607430e66ed439a31f82ea88ac [
file
]
// { dg-additional-options "-fmodule-header -std=c++20" }
// { dg-module-cmi {} }
struct
exception_ptr
{
friend
bool
operator
==(
const
exception_ptr
&,
const
exception_ptr
&)
=
default
;
};