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