sb-sprof.lisp: Remove trailing white-spaces.
[sbcl.git] / contrib / sb-introspect / test.lisp
index 064e262..cd100c5 100644 (file)
@@ -70,3 +70,7 @@
 
 (define-setf-expander s (a b)
   (format t "~a ~a~%" a b))
+
+(eval-when (:compile-toplevel)
+  (defun compile-time-too-fun ()
+    :foo))