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