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