1.0.23.59: bug 3b has been fixed a while now
[sbcl/tcr.git] / tests / undefined-classoid-bug-2.lisp
blob39a0fe86cf51591f6f29a7feb8dd21e87e1c9613
1 (in-package "CL-USER")
3 (defun a-struct-referencer-2 (struct)
4 (a-struct-slot struct))
6 (defstruct a-struct slot)