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