Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
dguide-3_c.C
blob: 95d29db724d36c84717c85f0a753cfbf35a3789e [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts -Wno-global-module" }
module
;
template
<
typename
T
>
struct
S
;
export
module
C
;
S
(
const
char
*)
->
S
<
const
char
*>;