Raw
1 (macrolet ((foo (x) `(bar ,x)))
2 (defun mumble (x) ; RIGHT
3 (when (> x 0)
4 (foo x)))) ; ChangeMe