DCD/tests/imports/point.d

8 lines
48 B
D

module point;
struct Point
{
int x;
int y;
}