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