Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
dguide-7_b.C
blob: 85246b22dc34fb40c993cf813b43e7dd8bc6ec50 [
file
] [
log
] [
blame
]
// PR c++/120023
// { dg-additional-options "-fmodules" }
// { dg-module-cmi M.D }
export
module
M
.
D
;
import
M
.
S
;
namespace
ns
{
S
(
int
)
->
S
<int>
;
}