xref: /dflybsd-src/tools/regression/bin/sh/execution/func1.0 (revision 10cf3bfcde2ee9c50d77a153397b93d8026b03e1)
1# $FreeBSD: head/tools/regression/bin/sh/execution/func1.0 213738 2010-10-12 18:20:38Z obrien $
2
3MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
4MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'
5