Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.dg/modules/class-6_b.C

12 lines
117 B
C++
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
// { dg-additional-options "-fmodules-ts" }
module One;
pad::~pad ()
{
}
int base::getter () const
{
return b;
}