xref: /freebsd/bin/sh/tests/execution/func1.0 (revision f0865ec9906d5a18fa2a3b61381f22ce16e606ad)
1
2MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
3MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'
4