Blob Blame History Raw
function foo()
{
	print "foo!"
}

BEGIN {
	FUNCTAB["a"] = "something"
}