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