summaryrefslogtreecommitdiffstats
path: root/tests/012/stack2.txr
blob: df9e209a8455543482744449c68afe403a275f69 (plain)
1
2
3
4
5
6
7
8
@(define recur ())
@(recur)
@(end)
@(try)
@(recur)
@(catch stack-overflow (arg))
@(do (put-line "caught"))
@(end)