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