(root)/
gawk-5.2.2/
test/
aryprm2.awk
function f(a) {
	delete a
	a *= 5
}

BEGIN {
	f(arr)
}