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