6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
|
import mem
|
||
|
|
||
|
main() {
|
||
|
address := mem.alloc(1024 * 1024 * 1024 * 1024)
|
||
|
assert address < 0
|
||
|
}
|