#289: Failed AVER: "(NULL REPRESENTATION)" -----------------------+---------------------------------------------------- Reporter: sboukarev | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: Component: compiler | Version: Keywords: | -----------------------+---------------------------------------------------- {{{ (compile nil '(lambda () (macrolet ((macro () `(multiple-value-bind (x y) (values 1 2) y))) (aref x (macro ))))) }}}