repo.or.cz
/
sbcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1.0.12.29: optimize POSITION & FIND families for strings
[sbcl.git]
/
tests
/
undefined-classoid-bug-2.lisp
blob
39a0fe86cf51591f6f29a7feb8dd21e87e1c9613
1
(
in-package
"CL-USER"
)
2
3
(
defun
a-struct-referencer-2
(
struct
)
4
(
a-struct-slot
struct
))
5
6
(
defstruct
a-struct slot
)