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