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