Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
noexcept-5_a.C
blob: 72085717e604cb42979e557b761d13f7cbdb2a69 [
file
]
// PR c++/124785
// { dg-do compile { target c++20 } }
// { dg-additional-options "-fmodules" }
// { dg-module-cmi M:A }
export
module
M
:
A
;
#include
"noexcept-5.h"