DCD/tests/tc015/file1.d

8 lines
87 B
D

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