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