Git init
[external/mawk.git] / test / reg2.awk
1
2 /[A-Za-z_][A-Za-z0-9_]*\[.*\][ \t]*=/ {cnt++}
3 END{print cnt}