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