summaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/func1.0
blob: bfcdd67ceb4c3eb01df3a1c492275226c861b5cd (plain)
1
2
3

MALLOC_CONF=junk:true ${SH} -c 'g() { g() { :; }; :; }; g' &&
MALLOC_CONF=junk:true ${SH} -c 'g() { unset -f g; :; }; g'