1.0.14.9: Fix regression in RUN-PROGRAM when :INPUT et al. are pathnames.
[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))