Git init
[external/mawk.git] / test / reg0.awk
1
2 /return/ {cnt++}
3 END{print cnt}