(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
part-2_d.C
// { dg-additional-options -fmodules-ts }

export module foo;
// { dg-module-cmi !foo }

import :imp; // ok

export import :inter2; // ok

// { dg-regexp "In module imported at \[^\n]*part-2_b.C:6:.,\nof module foo:imp, imported at \[^\n]*part-2_d.C:6:\nfoo:inter: error: interface partition is not exported\n" }