blob: e4641aa529d0a562f7699386cf4dd21cc5faebae [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module shadow;
// { dg-module-cmi shadow }
export struct stat
{
};
export void stat ();