(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
global-1_a.C
// { dg-additional-options "-fmodules-ts -Wno-pedantic" }
module;
# 4 "gmf" 1
int bar ();
# 6 "" 2
export module thing;
// { dg-module-cmi "thing" }

export int baz ();