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