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