Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
explicit-bool-1_b.C
blob: 27bfdee1a6547e70d68cced229efbb08a5bce515 [
file
] [
log
] [
blame
]
// { dg-additional-options -fmodules-ts }
// { dg-require-effective-target c++20 }
export
module
x
;
import
"explicit-bool-1_a.H"
;
pair
<
string
,
string
>
environment
;