Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
partial-8_b.C
blob: ce5cd097d65522b8e4de7db0b1bcd10b2f3b8802 [
file
] [
log
] [
blame
]
// PR c++/120013
// { dg-additional-options "-fmodules -Wno-global-module" }
// { dg-module-cmi m:b }
module
;
#include
"partial-8.h"
module
m
:
b
;
template
<
typename
T
>
void
b
(
T t
)
{
::
get
(
t
);
foo
(
t
);
}