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