summaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/func2.0
blob: d0f505e304814358bdec447580d7e7b48aa700e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# The empty pairs of braces here are to test that this does not cause a crash.

f() { }
f
hash -v f >/dev/null
f() { { }; }
f
hash -v f >/dev/null
f() { { } }
f
hash -v f >/dev/null