DCD/tests/tc015/file2.d
2015-08-11 23:36:48 -07:00

7 lines
76 B
D

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