Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / awk / test / arysubnm.awk
1 BEGIN { n = 11 ; foo[n] = n; print (2 <= n) }