mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
104 B
D
7 lines
104 B
D
// EXTRA_FILES: test15519_y.d
|
|
import test15519_y;
|
|
|
|
extern(C++, ns)
|
|
{
|
|
class X { test15519_y.ns.Y v; }
|
|
}
|