(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
atom-preamble-2_a.C
// { dg-additional-options "-fmodules-ts" }
#define malcolm kevin
export module malcolm;
// { dg-module-cmi kevin }

export class X;