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