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