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