6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
import mem
|
|
|
|
main() {
|
|
address := mem.alloc(1024 * 1024 * 1024 * 1024 * 1024)
|
|
assert address == -12 || address == 12
|
|
} |