Start work on structs

This commit is contained in:
2026-01-25 17:40:07 +11:00
parent 44785185f7
commit 010d155f5d
5 changed files with 174 additions and 4 deletions

3
tests/struct.sols Normal file
View File

@@ -0,0 +1,3 @@
struct dingus {
x = 5
}