1 // { dg-additional-options "-fmodules-ts" }
2 
3 export module thing;
4 // { dg-module-cmi "thing" }
5 
6 export int baz ();
7