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