Blame test/callparam.awk

Packit 575503
BEGIN { f() }
Packit 575503
Packit 575503
function f(	a, b)
Packit 575503
{
Packit 575503
	a = b()
Packit 575503
}