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