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