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