index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
syn
/
aryprm6.awk
blob: b12b2782fda576c32b1338784ecbf625a8448b92 (
plain
)
1
2
3
4
5
6
7
function
f
(
x
){
a x
[
1
]
=
3
}
BEGIN
{
f
(
a
)
}