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