blob: 8190f5ef6fb0b338ddcf2ff19c3ea1f9ebac2355 [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 }