Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
pr99174-1_a.C
blob: c22b45bff4548231f4eb1c5f98528175abdb6f5b [
file
] [
log
] [
blame
]
// PR 99174 what if we import the same module twice (with no
// intervening header import)?
// { dg-additional-options -fmodules-ts }
export
module
Foo
;
// { dg-module-cmi Foo }
export
void
Foo
();