xref: /freebsd/bin/sh/tests/execution/func2.0 (revision 76479f1d3f6368b5bbc0e9c3a9b07e376cf4d8aa)
1# $FreeBSD$
2# The empty pairs of braces here are to test that this does not cause a crash.
3
4f() { }
5f
6hash -v f >/dev/null
7f() { { }; }
8f
9hash -v f >/dev/null
10f() { { } }
11f
12hash -v f >/dev/null
13