Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
macloc-1_a.C
blob: a152b5191d811439640c622b4ce183b06bcf6654 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
export
module
agnes
;
// { dg-module-cmi agnes }
int
a
;
#define
BOB
(
X
)
int
X
()
#define
KEVIN
(
X
)
int
X
()
export
BOB
(
me
);
export
KEVIN
(
you
);