tests/dynamic-extent.impure.lisp: One of the dx-vector test terms was misplaced.
[sbcl.git] / tests / undefined-classoid-bug-1.lisp
1 (in-package "CL-USER")
2
3 (defun a-struct-referencer-1 (struct)
4   (a-struct-slot struct))
5