Newer
Older
UbixOS / bin / sh / tests / execution / func1.0
@Charlie Root Charlie Root on 16 Jan 2018 204 bytes BSD Shell
# $FreeBSD: releng/11.1/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'