Sign in
code
/
git
/
38a15f4755f257ca89535b73e0f267ea4df7d17f
/
.
/
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
)