From a512ef79f87f521db15d08aba5d22b4fc261bbc4 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Thu, 6 Feb 2014 14:23:04 +0900 Subject: [PATCH] update tail-call.scm --- t/tail-call.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/tail-call.scm b/t/tail-call.scm index 7eb67383..f3d33c3e 100644 --- a/t/tail-call.scm +++ b/t/tail-call.scm @@ -11,3 +11,5 @@ (if (zero? n) 0 (apply zero-2 (list (- n 1))))) + +(zero-2 100000)