lang_2023/tests/memory.lang
2023-05-13 14:54:48 +03:00

8 lines
156 B
Text

struct StructWithRef =
& @Int_0
decl test_memory : -> Unit
def test_memory = {
const unique_ref1 <- Int._new: 5
var unique_ref2 <- Array.of: 1 2 3
}