Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
tpl-extern-fn-1_b.C
blob: 8b093d4e15ad86273eba054e3c451b2fcf0a0967 [
file
] [
log
] [
blame
]
// { dg-additional-options -fmodules-ts }
import
"tpl-extern-fn-1_a.H"
;
int
main
()
{
Foo
<int>
();
}