1 // { dg-additional-options "-fmodules-ts" }
2 export module Bar;
3 // { dg-module-cmi "Bar" }
4 
5 export int Frob (long, int, int);
6