// { 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;