sbcl.sbcl/tests/undefined-classoid-bug-1.lisp
2013-10-03 22:55:18 +04:00

8 lines
138 B
Common Lisp

(in-package "CL-USER")
(defun a-struct-referencer-1 (struct)
(a-struct-slot struct))
(defun a-class-typep-2 (x)
(typep x 'a-class))