mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
120 B
D
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; }
|
|
}
|