* src/objcodes.c (make_objcode_by_mmap): Fixed the error type when the
[bpt/guile.git] / testsuite / t-closure3.scm
1 (define (stuff)
2 (let* ((x 2)
3 (chbouib (lambda (z)
4 (+ 7 z x))))
5 (chbouib 77)))