blob: 1a49ced4b1c8e229ff62b2341b9535d350709d16 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module One;
pad::~pad ()
{
}
int base::getter () const
{
return b;
}