blob: 4f56d1194d497d2e7ba6979efc6f8831df4234aa [file] [log] [blame]
module example_3
struct Point {
// Abscissa
int64 x;
// Ordinate
int64 y;
}