t / chainlint / exit-subshell.expecton commit merge-recursive: avoid wrapper function when unnecessary and wasteful (75f3fa7)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)