Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
cpp-9.C
blob: c1849238e9cb0601c13c6221ed745e5c9855ae40 [
file
] [
log
] [
blame
]
// { dg-do preprocess }
// { dg-additional-options "-fmodules-ts" }
#define
bob fred
;
export
module
foo
.
bob
;
// { dg-error "module name 'bob' cannot be an object-like macro" }
int
i
;