Kill CSR's list of things about which not to complain of nonexistence.
[sbcl.git] / tests / undefined-classoid-bug-1.lisp
blobbf680dc9b5c0934402fc3a348a32029f051e5922
1 (in-package "CL-USER")
3 (defun a-struct-referencer-1 (struct)
4 (a-struct-slot struct))
6 (defun a-class-typep-2 (x)
7 (typep x 'a-class))