summaryrefslogtreecommitdiff
path: root/examples/10-transient-0/src/data.hob
blob: e447f2145374e889e5773534d59111705ab2c78b (plain)
1
2
3
4
5
6
7
8
9
struct StructWithInt32 {
    field a: Int32;
    field b: Int32;
}

struct StructWithInt64 {
    field a: Int64;
    field b: Int64;
}