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