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