Add sizeof test
This commit is contained in:
7
tests/sizeof.sols
Normal file
7
tests/sizeof.sols
Normal file
@@ -0,0 +1,7 @@
|
||||
puts sizeof "dingleing"
|
||||
|
||||
struct MyStruct {
|
||||
size = 32
|
||||
}
|
||||
|
||||
puts sizeof new MyStruct
|
||||
Reference in New Issue
Block a user