lang_2023/tests/memory.lang
2023-04-25 21:21:36 +03:00

8 lines
162 B
Text

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