summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/prmarscl.awk
blob: 3caf3d9c7f779c9f9052bfd3115535dd259e1908 (plain)
1
2
3
4
5
6
function test(a)
{
	print a[1]
}

BEGIN	{ j = 4; test(j) }
OpenPOWER on IntegriCloud