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

extern "C++"
{
  import "lang-1_a.H";
}

extern "C"
import "lang-1_a.H"; // { dg-error "cannot appear directly" }

extern "C" int cfunc (int); // { dg-error "conflicting declaration" }
extern "C" int cxxfunc (int);