Merge from vendor branch GCC:
[dragonfly.git] / contrib / awk / test / arysubnm.awk
1 BEGIN { n = 11 ; foo[n] = n; print (2 <= n) }