(macrolet ((foo (x) `(bar ,x)))
  (defun mumble (x) ; RIGHT
    (when (> x 0)
      (foo x)))) ; ChangeMe
