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