DCD/tests/tc011/file.d

15 lines
83 B
D

// Issue #228
import p = point;
unittest
{
p.
}
unittest
{
p.Point p1;
p1.
}