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