DCD/tests/tc023/file.d

17 lines
120 B
D

module file;
import point;
import point : P = Point;
unittest
{
P thePoint;
thePoint.
}
unittest
{
Point p;
p.
}