Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
cpp-20.C
blob: acb2a2a69a2cef6936bb07b8455002a1ead069bd [
file
] [
log
] [
blame
]
// { dg-do preprocess }
// { dg-additional-options "-fmodules-ts" }
#define
baz
(
x
)
#define
qux
(
x
)
export
module
foo
.
bar baz
(:)
:
garply qux
(.);
// { dg-error "':' in module name or partition comes from or after macro expansion" }
int
i
;