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