blob: 165e2c1a82733e584ec518dd667dcfca0464ba53 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
#define bob fred
export module foo.bar.bob;
// { dg-error "module name 'bob' cannot be an object-like macro" "" { target *-*-* } .-1 }
// { dg-module-cmi !foo.bar.bob }
// { dg-module-cmi !foo.bar.fred }
// { dg-prune-output "not writing module" }