Make INFO's compiler-macro more forgiving.
[sbcl.git] / tests / data / compile-file-pos.lisp
blobbbbbb509cb35a997daf3c3bf661f2a743f3f24ca
1 ;; This file is encoded in UTF8 xxx.
2 ;;
3 (defun cfp-foolz1 ()
4 (values "Here is a string: םולש"
5 (format nil "Line ~D" (compile-file-line))
6 (format nil "Hey hey! ~D" (compile-file-position))))