Make INFO's compiler-macro more forgiving.
[sbcl.git] / tests / data / wonky2.lisp
blobe384255d2ab7372b2b240cab1505e324b7d30cea
1 "(in form starting at line: 11, column: 0, position: 262)" ; expect this
2 ;;; Randomness
3 #|
4 More randomness
5 |#
6 \f
8 ;; It would be really nice if this reported that the
9 ;; error occurred at the "#." but it's better than before,
10 ;; which reported "line 1 column 0"
11 (macrolet ()
12 (defvar *foo* #.(no-such-function)))