1.0.44.6: ir1: Add a new attribute for LAMBDA-VARs that need explicit value-cells.
[sbcl.git] / tests / circ-tree-test.lisp
1 ;;; fasl-dumper and circular trees, reported by Marco Monteiro
2 (COMPILE NIL
3          '(LAMBDA ()
4            (LIST '#5= (#5# #5# . #5#))
5            (LIST '#6= (#7= (#6#) . #7#))))