1.0.44.19: NEWS: Updates for changes starting at 1.0.44.6.
[sbcl.git] / tests / undefined-classoid-bug-2.lisp
1 (in-package "CL-USER")
2
3 (defun a-struct-referencer-2 (struct)
4   (a-struct-slot struct))
5
6 (defstruct a-struct slot)