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

8 lines
120 B
D

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