10 lines
78 B
Plaintext
10 lines
78 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
r=x
|
||
|
f() { return 42; }
|
||
|
f
|
||
|
for i in x; do
|
||
|
r=$?
|
||
|
done
|
||
|
[ "$r" = 42 ]
|