t / chainlint / exit-subshell.expecton commit CodingGuidelines: document the API in *.h files (d9f079a)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)