(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
init-3_b.C
// { dg-additional-options {-fmodules-ts -Wno-pedantic} }

export module Two;
import One;

export Dyn two;