Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.dg/modules/gc-1_a.C
2023-03-06 14:48:14 +01:00

11 lines
181 B
C

// { dg-additional-options "-fmodules-ts --param ggc-min-expand=0 --param ggc-min-heapsize=0" }
export module bob;
// { dg-module-cmi bob }
export int bob ();
void frink ()
{
}