(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
binding-1_c.C
// { dg-additional-options -fmodules-ts }

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

import "binding-1_a.H";
import "binding-1_b.H";