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
Move SET-INFO-VALUE's DEFKNOWN into fndb, also fix a style-warning.
[sbcl.git]
/
tests
/
bug-943953.lisp
blob
933e842f0203a738631344fe5ea86a31efb812ab
1
(
defun
foo
(&
optional count
)
2
(
declare
(
fixnum
count
))
3
count
)