t / chainlint / exit-subshell.expecton commit mingw: replace MSVCRT's fstat() with a Win32-based implementation (d75e697)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)