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