X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-introspect%2Ftest.lisp;h=cd100c542fd09a6b1c5cd77e7b48ed0677f40358;hb=6548750bc1ca4d832afed1744cdc7133b232c6f2;hp=064e26265f2ace83fd041d6a14b9210a7a629105;hpb=6ab32453060c4dd2b399164e3b0703525dec7ff0;p=sbcl.git diff --git a/contrib/sb-introspect/test.lisp b/contrib/sb-introspect/test.lisp index 064e262..cd100c5 100644 --- a/contrib/sb-introspect/test.lisp +++ b/contrib/sb-introspect/test.lisp @@ -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))