blob: 4798ce5fb565aec302815ef2b4b3d0a76b9bfcc9 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -fdump-lang-module-blocks" }
export module A;
// { dg-module-cmi A }
struct M
{
M (){}
};
export struct C
{
M m;
// lazy implicit ctor
};
// { dg-final { scan-lang-dump-not {'::C::__ct '} module } }