From a107593b6b362fb68e409c9d7b79427776d137d7 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 1 Sep 2026 20:59:47 -0400 Subject: pit: Tail call optimization! --- pit/test/test8.pit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pit/test/test8.pit (limited to 'pit/test/test8.pit') diff --git a/pit/test/test8.pit b/pit/test/test8.pit new file mode 100644 index 0000000..3b41d7a --- /dev/null +++ b/pit/test/test8.pit @@ -0,0 +1,2 @@ +(defun! foo (x) (+ x 1)) +(foo 2) \ No newline at end of file -- cgit v1.3.1