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