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