(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test15389_y.d
// EXTRA_FILES: test15389_x.d
import test15389_x;

//struct ns
extern (C++, ns)
{
    class Y { test15389_x.ns.X b; }
}