Add sizeof test

This commit is contained in:
2026-05-04 11:51:31 +10:00
parent 1e0abcc0b4
commit ebfd1d5045

7
tests/sizeof.sols Normal file
View File

@@ -0,0 +1,7 @@
puts sizeof "dingleing"
struct MyStruct {
size = 32
}
puts sizeof new MyStruct