Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
dguide-7_a.C
blob: 8d0eb808859605c2c6c200f599b36ad8619c879b [
file
] [
log
] [
blame
]
// PR c++/120023
// { dg-additional-options "-fmodules" }
// { dg-module-cmi M.S }
export
module
M
.
S
;
namespace
ns
{
export
template
<
typename
T
>
struct
S
;
}