Blame test/functab2.awk

Packit 575503
function foo()
Packit 575503
{
Packit 575503
	print "foo!"
Packit 575503
}
Packit 575503
Packit 575503
BEGIN {
Packit 575503
	FUNCTAB["a"] = "something"
Packit 575503
}