Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
keyword-1_a.C
blob: 190f5739072e2cfa7ecab1b74a314abf514e4581 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
export
module
bob
;
// { dg-module-cmi bob }
export
struct
import
{};
export
::
import
*
a
;
export
::
import
(
b
);