ref: ee58f398fec62d3096b0e01da51a3969ed37a32d dir: /test/err.lsp/
(define (f x) (begin (list-tail '(1) 3) 3)) (f 2) a (trycatch a (lambda (e) (print (stacktrace))))