File: bad-code.impure.lisp

package info (click to toggle)
sbcl 2%3A2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 52,008 kB
  • sloc: lisp: 535,135; ansic: 42,629; sh: 5,737; asm: 2,406; pascal: 717; makefile: 432; python: 56; cpp: 27
file content (4 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (6)
1
2
3
4
(load "compiler-test-util.lisp")

(with-test (:name :fop-compile-bad-macro)
  (assert (nth-value 1 (ctu:file-compile '((let () (do)))))))