Sign in
code
/
git
/
d497bd9d597a21430da541a9f5414784ad26e48b
/
.
/
t
/
chainlint
/
if-in-loop.expect
blob: ff8c60dbdb026cd57216020e1506cf2378c6e4a7 [
file
] [
log
] [
blame
]
2
(
3
for
i
in
a b c
4
do
5
if
false
6
then
7
echo
"err"
8
exit
1
9
fi
?!
AMP
?!
10
foo
11
done
?!
AMP
?!
12
bar
13
)