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