blob: 6f638624a615805e0c81cf5068856b3d5a659188 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module bob.stuart.kevin;
// { dg-module-cmi bob.stuart.kevin }
class mytype
{
};
void frob (mytype &)
{
}
// { dg-final { scan-assembler {_ZW3bobW6stuartW5kevin4frobRS1_6mytype:} } }