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