From 9ab088ca775a7657e55b2dd17dcc3a4368b73256 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 01:08:36 +0300 Subject: [PATCH] Describe policy --- t/core.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/core.lisp b/t/core.lisp index 346c0bf..d0d934f 100644 --- a/t/core.lisp +++ b/t/core.lisp @@ -11,6 +11,9 @@ (defun foo (a b) + #+sbcl + (sb-ext:describe-compiler-policy ) + (list a b 3))