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