fix seg fault in dictionary creation
This commit is contained in:
6
tests/hashmap_order.ar
Normal file
6
tests/hashmap_order.ar
Normal file
@@ -0,0 +1,6 @@
|
||||
x = {}
|
||||
x.z = 1
|
||||
x.b = 2
|
||||
x.c = 3
|
||||
x.a = 7
|
||||
term.log(x)
|
||||
Reference in New Issue
Block a user