diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-31 11:51:54 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-31 11:51:54 +0100 |
| commit | ae413b3defdde71acbbb59b455e5e15321df6893 (patch) | |
| tree | f7e6c78ed2fa839c1e659ab57a66fa309db92518 /examples/12-transient-0/src/data.hob | |
| parent | 69ab5f074540a550393806de1a32d70d1c895121 (diff) | |
Add Int8 type
Diffstat (limited to 'examples/12-transient-0/src/data.hob')
| -rw-r--r-- | examples/12-transient-0/src/data.hob | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/12-transient-0/src/data.hob b/examples/12-transient-0/src/data.hob index 0a55e39..39a55c9 100644 --- a/examples/12-transient-0/src/data.hob +++ b/examples/12-transient-0/src/data.hob @@ -7,6 +7,11 @@ struct StructWithBool { field b: Bool; } +struct StructWithInt8 { + field a: Int8; + field b: Int8; +} + struct StructWithInt32 { field a: Int32; field b: Int32; |
