summaryrefslogtreecommitdiffstats
path: root/tests/007/except-4.txr
blob: 0f87a706844482c540752955e283fddab1978e94 (plain)
1
2
3
4
5
6
7
@(try)
@(next (open-command "echo foo; kill $$"))
@a
@(catch)
@(bind a "bar")
@(end)
@(do (put-line a))