Sign in
code
/
git
/
32bff3675e6b4dc5ae93f0777e5da709f6576275
/
.
/
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
)