(root)/
gawk-5.2.2/
test/
delfunc.awk
# from Stepan Kasal, 9 July 2003
function f()
{
	delete f
}

BEGIN { f() }