Tests added to the repository.
[picobit/chj.git] / tests / test-gc.scm
blobc1efe205b586805233ec895f8aedb42ebf400c08
1 (define (foo c)
2   (let ((x (cons 2 3)))
3     (cons 3 (foo c)))
4   ;; (if (display (car (cons 2 3)))
5 ;;       (foo)
6 ;;       (foo))
7   )
8 (foo '())