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