xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
opasnidx.awk
(revision 8459c777fc1aaabb2f7dad05de1313aa169417cd)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
b
=
1
;
a
[
b
] =
2
;
a
[
b
++] +=
1
;
print
b
,
a
[
1
] }
2