dmd/compiler/test/compilable/test15389_x.d
2022-07-09 18:53:07 +02:00

8 lines
120 B
D

// EXTRA_FILES: test15389_y.d
import test15389_y;
//struct ns
extern (C++, ns)
{
class X { test15389_y.ns.Y a; }
}