Fix comment
[jscl.git] / tests / defun.lisp
1 ;;;; Tests for DEFUN
2
3 ;;; Regression test for #111
4 (test (eql (defun foo () "foo's" ()) 'foo))