(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
ambig-1_a.C
// { dg-additional-options -fmodules-ts }
export module One;
// { dg-module-cmi One }

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