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