projects
/
sbcl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add :application-type parameter for save-lisp-and-die on Windows.
[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
6
(defun a-class-typep-2 (x)
7
(typep x 'a-class))