blob: 65b1b72d006fd55bebb5b8dcb3ac37a67eec090c [file] [log] [blame]
library example_3;
struct Point {
// Abscissa
int64 x;
// Ordinate
int64 y;
};