1
0
mirror of synced 2026-05-01 14:06:47 +00:00
Files
Interlisp.medley/internal/test/LANGUAGE/AUTO/AR7647.TEST

6 lines
148 B
Plaintext

;;; Regression test for AR 7647: CASE macro loses on () clause - Lucid L211
(do-test "AR 7647"
(let ((foo nil)) (case foo (() nil) ((nil) t)))
)