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