1.0.4.1: fix sb-posix atime/mtime/ctime
[sbcl.git] / tests / compiler.impure-cload.lisp
index a673601..302f5f9 100644 (file)
         (add-prime candidate))))
   ;;
   (init-table))
+
+;;; Bug in the fopcompiler's handling of LOCALLY pre-0.9.14.8
+
+(defvar *a* 1)
+
+(setf *a*
+      (locally
+          (declare)
+        2))