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