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