summaryrefslogtreecommitdiff
path: root/examples/13-imports/src/point.hob
blob: 87f995338608a049e597e8a217c64ca26ffb6f22 (plain)
1
2
3
4
5
/// A 2D point.
struct Point {
    field x: Int32;
    field y: Int32;
}