@(include "../common")
@(try)
@(next (open-command "echo foo; kill -KILL $$"))
@a
@(catch)
@(bind a "bar")
@(end)
@(do (put-line a))