6 lines
No EOL
81 B
Text
6 lines
No EOL
81 B
Text
import mem
|
|
|
|
main() {
|
|
address := mem.alloc(1024)
|
|
assert mem.free(address) == 0
|
|
} |