summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/fnaryscl.awk
blob: b88778ec14e369752a566a79aa3bf6203a3cc190 (plain)
1
2
3
4
5
6
7
8
9
10
BEGIN {
	foo[1] = 4
	f1(foo)
}

function f1(a) { f2(a) }

function f2(b) { f3(b) }

function f3(c) { c = 6 }
OpenPOWER on IntegriCloud