Fix make-array transforms.
[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#))))