summaryrefslogtreecommitdiff
path: root/test/elemnew3.awk
blob: 4bb0d5d451e6ff1069f2d8a50fc7462af8364f43 (plain)
1
2
3
4
5
6
7
8
9
BEGIN {
	f(a["b"])
	print typeof(a["b"])
}

function f(x)
{
	return x
}