Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / awk / test / opasnidx.awk
1 BEGIN { b = 1; a[b] = 2; a[b++] += 1; print b,a[1] }