summaryrefslogtreecommitdiff
path: root/examples/01-struct/src/point.hob
blob: 82b55cce79ec93f29a0cd0afc0b00ab0fd9385a9 (plain)
1
2
3
4
struct Point {
    field x: Int32;
    field y: Int32;
}