blob: 7ba44e3807abc304e0d7aae49a1a80a789a890db [file] [log] [blame]
// { dg-do preprocess }
// { dg-additional-options "-fmodules-ts" }
#define baz .qux // { dg-error "'\\\.' in module name or partition comes from or after macro expansion" }
export module foo:bar baz;
int i;