8 lines
67 B
Plaintext
8 lines
67 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
f() { return 42; }
|
||
|
f
|
||
|
case x in
|
||
|
x) [ $? = 42 ] ;;
|
||
|
esac
|