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