Sign in
googlers
/
jrn
/
git
/
44f9fd649673362bdbaae7067a9919b1fe4c96d1
/
.
/
t
/
chainlint
/
if-in-loop.expect
blob: 03b82a3e58c21e1300befb317f19c7f063fba3ec [
file
] [
log
] [
blame
]
(
for
i
in
a b c
do
if
false
then
echo
"err"
?!
AMP
?!
exit
1
fi
?!
AMP
?!
foo
done
?!
AMP
?!
bar
)