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
/
gnu
/
opasnidx.awk
blob: e39886004acbba906abc2b3377af7206c349870e (
plain
)
1
BEGIN
{
b =
1
;
a
[
b
]
=
2
;
a
[
b
++] +
=
1
;
print
b
,
a
[
1
] }