Blame test/opasnidx.awk

Packit Service f629e6
BEGIN { b = 1; a[b] = 2; a[b++] += 1; print b,a[1] }