Improved type system
This commit is contained in:
parent
7634244c56
commit
f19d9063a5
30 changed files with 132 additions and 85 deletions
|
@ -2,6 +2,5 @@ import mem
|
|||
|
||||
main() {
|
||||
address := mem.alloc(1024)
|
||||
err := mem.free(address, 1024)
|
||||
assert err == 0
|
||||
assert mem.free(address) == 0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue