In MAKE-THREAD, use WITH-SYSTEM-MUTEX for locking *MAKE-THREAD-LOCK*
[sbcl.git] / tests / bug-943953.lisp
1 (defun foo (&optional count)
2   (declare (fixnum count))
3   count)