mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-26 13:19:56 +03:00
7 lines
76 B
D
7 lines
76 B
D
import a = package1.module1;
|
|
|
|
void main(string[] args)
|
|
{
|
|
a.Struct s;
|
|
s.
|
|
}
|