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

10 lines
301 B
C

// { dg-additional-options "-fmodules-ts --param ggc-min-expand=0 --param ggc-min-heapsize=0 -fno-module-lazy -fmodule-mapper=[srcdir]/gc-2.map" }
// { dg-additional-files map-1.map }
// Make sure the module hash table survives GC
// { dg-module-cmi "=map-1_a.nms" }
export module frob;
int thing;