]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/execution/func1.0
29fcc077b592330c9de85c08474b206c529ac37d
[apple/shell_cmds.git] / sh / tests / execution / func1.0
1 # $FreeBSD$
2
3 MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
4 MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'