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