6 lines
81 B
Plaintext

import mem
main() {
address := mem.alloc(1024)
assert mem.free(address) == 0
}