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