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