// { dg-additional-options -fmodules-ts }
export module One;
// { dg-module-cmi One }

export int foo ();
export char bax ();
export int quux (float);

   
