DCD/tests/tc015/file2.d

8 lines
76 B
D

import a = package1.module1;
void main(string[] args)
{
a.Struct s;
s.
}