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