t / chainlint / exit-subshell.expecton commit parse-options: avoid magic return codes (f41179f)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)