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