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
Restore building on older SBCL.
[sbcl.git]
/
tests
/
bad-code.impure.lisp
blob
26d9ff75700a4e406d7fe9fd867f0e70c855b568
1
(
load
"compiler-test-util.lisp"
)
2
3
(
with-test
(:
name
:
fop-compile-bad-macro
)
4
(
assert
(
nth-value
1
(
ctu
:
file-compile
'((
let
() (
do
)))))))