Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
inst-5_b.C
blob: 7cc94c83be3a7a0a8ea29fa68e9da80edf109dd6 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts -fno-module-lazy" }
template
<
int
I
>
int
fn
()
{
return
I
;
}
void
f
()
{
fn
<
1
>
();
}
import
"inst-5_a.H"
;
// no longer need to instantate