blob: f7a7bf3878dc4aa8fe1758d9135cbbf5294cb6ab [file] [log] [blame]
library example_2;
struct Point {
float32 x; // yo
float32 y;
};