Blame test/arysubnm.awk

Packit Service f629e6
BEGIN { n = 11 ; foo[n] = n; print (2 <= n) }