aboutsummaryrefslogtreecommitdiffstats
path: root/test/callparam.awk
blob: b925db019f3ab09d1493c01e198b086d25b6ed48 (plain)
1
2
3
4
5
6
BEGIN { f() }

function f(	a, b)
{
	a = b()
}