projects
/
sbcl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Really restore clisp cross-compilation.
[sbcl.git]
/
tests
/
bug-414.lisp
1
;;; compiling and disassembling this used to give
2
;;;
3
;;; WARNING: bogus form-number in form! The source file has probably
4
;;; been changed too much to cope with.
5
;;;
6
;;; but the symptoms have disappeared.
7
(defun bug-414 (x y z)
8
(declare (optimize debug))
9
(list x y z))