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