Merge pull request #148 from Ferada/small-fixes
[jscl.git] / tests / defun.lisp
1 ;;;; Tests for DEFUN
2
3 ;;; Regression test for #111
4 (test (eql (defun foo () "foo's" ()) 'foo))