2024-07-31 15:24:21 +02:00

6 lines
91 B
Plaintext

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