blob: f60906bcd341e8dc54bf216bc724c6981dd1bf89 [file] [log] [blame]
// { dg-additional-options "-fmodules" }
// { dg-module-cmi M }
export module M;
export struct S {
struct X;
};