blob: b0f1763bb98a97039a3c5ffd80b507ffe60c46e8 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -g" }
export module frob;
// { dg-module-cmi frob }
export struct thingy
{
virtual void X ()
{
thingy w;
}
};