Added more tests

This commit is contained in:
Eduard Urbach 2024-07-31 15:24:21 +02:00
parent c415f0250a
commit 553a673b16
Signed by: eduard
GPG key ID: 49226B848C78F6C8
6 changed files with 52 additions and 8 deletions

View file

@ -0,0 +1,6 @@
import mem
main() {
address := mem.alloc(1024 * 1024 * 1024 * 1024)
assert address < 0
}