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