Describe policy

This commit is contained in:
Alexander Artemenko 2021-02-03 01:08:36 +03:00
parent aecbbe4752
commit 9ab088ca77

View file

@ -11,6 +11,9 @@
(defun foo (a b) (defun foo (a b)
#+sbcl
(sb-ext:describe-compiler-policy )
(list a b 3)) (list a b 3))