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