Must-fail-local
A local variant of must-fail.
This is useful to overcome the problem discussed in the caveat
in the documentation of must-fail.
Macro: must-fail-local
(defmacro must-fail-local (&rest args)
(cons 'local
(cons (cons 'must-fail args) 'nil)))