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