summaryrefslogtreecommitdiff
path: root/test/functab2.awk
blob: 9a07dfc3bc71182c8bb752866b4c4795acb7fe3a (plain)
1
2
3
4
5
6
7
8
function foo()
{
	print "foo!"
}

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