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
/
aryprm4.awk
blob: 09427f6b75af10114891f059bd93f42b98147071 (
plain
)
1
2
3
4
5
6
7
function
f
(
x
){
x =
1
}
BEGIN
{
f
(
a
)
a
[
1
]
}