erg/examples/move_check.er
Shunsuke Shibayama 2a68c89140 Move files
2022-08-19 08:52:10 +09:00

6 lines
75 B
Python

v = ![]
v.push! 1
w = v
print! w
print! v # this should cause a MoveError