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