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