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