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