Fix lose() invocation inside sparc-arch.c
[sbcl.git] / tests / time.pure.lisp
index da7f3b9..a9aac4c 100644 (file)
@@ -27,3 +27,6 @@
                           (when (>= time time1)
                             (return)))))))
          3)
+
+(with-test (:name :time/lambdas-converted)
+  (time (compile nil '(lambda () 42))))