t / chainlint / exit-subshell.expecton commit t/chainlint: add chainlint "complex" test cases (1f718b0)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)