Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
circ-1_b.C
blob: 9174c1553ab0f6682716eefad1c8bf17c32613d3 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
export
module
Kevin
;
// { dg-module-cmi Kevin }
import
Bob
;
export
int
kevin
();