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