blob: e6e0b2a75abf9c17bf3fefe26b642ea60983b816 [file] [log] [blame]
library point;
struct Point {
float32 x;
float32 y;
};