freebsd_amp_hwpstate/bin/sh/tests/execution/func2.0

12 lines
182 B
Plaintext

# 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