diff options
Diffstat (limited to 'tests/007/except-4.txr')
-rw-r--r-- | tests/007/except-4.txr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/007/except-4.txr b/tests/007/except-4.txr new file mode 100644 index 00000000..0f87a706 --- /dev/null +++ b/tests/007/except-4.txr @@ -0,0 +1,7 @@ +@(try) +@(next (open-command "echo foo; kill $$")) +@a +@(catch) +@(bind a "bar") +@(end) +@(do (put-line a)) |