xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/opasnidx.awk (revision 3665ce8aeee26b1a84fb98951ef011e0779e1ae2)
1BEGIN { b = 1; a[b] = 2; a[b++] += 1; print b,a[1] }
2