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