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