~vcs-imports/gawk/master

1
BEGIN{ a["10"]; for (i in a) { if(i < 2) print i } }