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