lang_2023/tests/memory.lang
2023-07-08 13:23:52 +03:00

8 lines
162 B
Text

struct \struct-with-ref =
& @\int`_
decl test-memory : -> \unit
def test-memory = {
let unique-ref1 <- \int..new: 5
var unique-ref2 <- \array..of: 1 2 3
}