~vcs-imports/gawk/master

1
2
3
4
5
6
7
# from Stepan Kasal, 9 July 2003
function f()
{
	delete f
}

BEGIN { f() }