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