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