import std ffi.malloc export func main() { let pointer = malloc(8192) println(pointer) free(pointer) }