defmethod: make the function known at compile time.
[sbcl.git] / tests / bug-503095.lisp
1 (defmethod gf503095 ()
2   (gf503095))
3
4 (defun f503095 ()
5   (gf503095))