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