]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/bin/sh/execution/func2.0
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / regression / bin / sh / execution / func2.0
1 # $FreeBSD$
2 # The empty pairs of braces here are to test that this does not cause a crash.
3
4 f() { }
5 f
6 hash -v f >/dev/null
7 f() { { }; }
8 f
9 hash -v f >/dev/null
10 f() { { } }
11 f
12 hash -v f >/dev/null