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