(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
atom-preamble-2_b.C
// { dg-additional-options "-fmodules-ts" }
#if 1
export module bob;
// { dg-module-cmi bob }
#endif

import kevin;

X *f;