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