(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
loc-2_a.C
// { dg-additional-options "-fmodules-ts" }

export module bob;
// { dg-module-cmi bob }

export int frob (int *);