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