summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/execution/func1.0
blob: 1af549574b0676bbd043c1ebba77d6e272e702a4 (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/execution/func1.0 213738 2010-10-12 18:20:38Z obrien $

MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'