lang_2023/tests/memory.lang
2023-06-03 19:01:03 +03:00

8 lines
164 B
Text

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