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