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