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