summaryrefslogtreecommitdiff
path: root/pit/test/recurse.pit
blob: 8e1f7842a4e9c31b3996b0182751115eae6a5cb8 (plain)
1
2
3
4
5
(defun! foo ()
  (print! 'hi)
  (foo))

(foo)