From cd3f63632f8388198a7f886320f86f0fc9af715f Mon Sep 17 00:00:00 2001 From: Michael Schimmel Date: Fri, 20 Feb 2026 00:59:31 +0100 Subject: [PATCH] Update expected output for tak.myc benchmark --- examples/tak.myc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tak.myc b/examples/tak.myc index 568f61e..959227e 100644 --- a/examples/tak.myc +++ b/examples/tak.myc @@ -1,7 +1,7 @@ ;; Takeuchi Function Benchmark ;; heavily recursive, benefits significantly from specialization of integer arithmetic ;; and direct function calls (skipping dynamic dispatch). -;; Output: 4 +;; Output: 5 ;; Benchmark: 468.7us (do