Skip to content

Commit 0e3eaac

Browse files
Add test for circular pointers and frozen pointers.
1 parent 9ca9be2 commit 0e3eaac

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MAP: x = <"v" = 0d1>
2+
MAP: a = @x
3+
4+
MAP: x = @a
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
INT: t = 0d1
2+
FREEZE(t)
3+
4+
INT: p = @t

0 commit comments

Comments
 (0)