Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4967a41ba1d17090e764952975c651b22fd183d1
/
.
/
shell
/
hush_test
/
hush-misc
/
func5.tests
blob: 9c5f9fa48b4fb59fbfc2d468cee5d8dc5a2048ae [
file
] [
log
] [
blame
]
f
()
{
echo $1
;
}
f
1
# hush fails on this syntax, but i've never seen anyone use it ...
#f() ( echo $1; )
f
2
#f() ( echo $1 )
f
3