Sign in
googlers
/
jrn
/
git
/
156e3c39e3948cf65ec7476c937a2b6f5d0ec281
/
.
/
t
/
chainlint
/
exit-subshell.test
blob: 4e6ab69b88674291d9e786da04f88106ff509ccd [
file
] [
log
] [
blame
]
(
# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
foo
||
exit
1
bar
&&
baz
)