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