Blame test/funsmnam.awk

Packit 575503
function foo( \
Packit 575503
	foo)
Packit 575503
{
Packit 575503
	print foo
Packit 575503
}
Packit 575503
{ foo() }