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
regalloc: Faster hiding/showing of vertex neighbors
[sbcl.git]
/
tests
/
undefined-classoid-bug-1.lisp
blob
bf680dc9b5c0934402fc3a348a32029f051e5922
1
(
in-package
"CL-USER"
)
2
3
(
defun
a-struct-referencer-1
(
struct
)
4
(
a-struct-slot
struct
))
5
6
(
defun
a-class-typep-2
(
x
)
7
(
typep
x
'
a-class
))