ref: 9c3082e05b5d624add635d9d56bf2d640cbe64a1 dir: /tests/err.lsp/
(define (f x) (begin (list-tail '(1) 3) 3)) (f 2) a (trycatch a (lambda (e) (print (stacktrace))))