Merge https://github.com/pnathan/jscl into nbutlast
[jscl.git] / tests / defun.lisp
1 ;;;; Tests for DEFUN
2
3 ;;; Regression test for #111
4 (test (eql (defun foo () "foo's" ()) 'foo))