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