Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
import-1_a.C
blob: b42153cd08dbbaf1c4461d3bccdfd3f20f906de8 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
export
module
Bar
;
// { dg-module-cmi "Bar" }
export
void
Quux
(
int
);