blob: 19459354565282aad4d8ff5959069b6aee6e10c5 [file] [log] [blame]
// { dg-do preprocess }
// { dg-additional-options "-fmodules-ts" }
#define bob fred;
export module foo:bar.bob; // { dg-error "module partition 'bob' cannot be an object-like macro" }
int i;