xref: /src/contrib/one-true-awk/testdir/t.exit (revision bf6873c5786e333d679a7838d28812febf479a8a)
1{ print }
2$1 < 5000 { exit NR }
3