Add non-basic types to type section test case

This commit is contained in:
2022-10-18 15:00:42 -04:00
parent 2a1a48d9c5
commit ae0765b8f4
3 changed files with 9 additions and 1 deletions

View File

@@ -19,4 +19,8 @@ type ro fInheritObjectFromOther:required.bBird
ro wing 2
ro beak:Int 238
type ro gPointer:{Int}
type ro hDynamicArray:{Int ..}
# TODO: test a type that has a member pointing to itself