Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
dguide-6_a.C
blob: 727336edd90b57497137b235d4e9ccefc68f2d60 [
file
]
// { dg-additional-options "-fmodules" }
// { dg-module-cmi M:a }
module
;
#include
"dguide-6.h"
export
module
M
:
a
;
S
(
int
)
->
S
<int>
;