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