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