aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/func1.0
blob: 0dfd341f9099c12e63a49471e941841b8ca9c9fb (plain) (blame)
1
2
3

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