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