blob: 29d3ec8fd705565067d3d825783747e09954c914 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
module;
class X; // { dg-error "global module fragment contents" }
class Y;
export module frob;
// { dg-module-cmi !frob }
// { dg-prune-output "not writing module" }