Describe policy
This commit is contained in:
parent
aecbbe4752
commit
9ab088ca77
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue