x86-64: better (eql ratio x).
[sbcl.git] / tests / bad-mlf-test.lisp
blob04b17721d7c9b39ecaf047bb8da91843d8476fe0
1 (defun zook ()
2 (declare (optimize sb-c:store-source-form))
3 (macrolet ((foo (x)
4 (declare (ignore x))
5 ''hi))
6 ;; This is a structure whose MAKE-LOAD-FORM signals an error.
7 ;; The function itself should be compilable because
8 ;; the post-macroexpansion expression is trivial.
9 (foo #.(make-dump-me))))