xref: /freebsd/contrib/one-true-awk/bugs-fixed/rs_underflow.awk (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1BEGIN { RS="zx" } { print $1 }
2