X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcompiler.pure.lisp;h=5abc69e2d84c0f38e779612d2a7c6df510755324;hb=4372fa18426aa89379563bcbf61941317c93fce0;hp=58baf1f21c0152b933433f378a644b0530d31e85;hpb=989580141ab01d799365be12642e54b5d7c83136;p=sbcl.git diff --git a/tests/compiler.pure.lisp b/tests/compiler.pure.lisp index 58baf1f..5abc69e 100644 --- a/tests/compiler.pure.lisp +++ b/tests/compiler.pure.lisp @@ -221,3 +221,6 @@ s)))) (assert (null result)) (assert (typep error 'program-error))) + +;;; FTYPE should accept any functional type specifier +(compile nil '(lambda (x) (declare (ftype function f)) (f x)))