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