mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-25 20:51:44 +00:00
Stdlib preparations
This commit is contained in:
2
tests/compiler/std/heap.ts
Normal file
2
tests/compiler/std/heap.ts
Normal file
@ -0,0 +1,2 @@
|
||||
let ptr: usize = Heap.allocate(10);
|
||||
Heap.dispose(ptr);
|
Reference in New Issue
Block a user