xref: /freebsd/contrib/one-true-awk/testdir/t.split2 (revision 2d1d418e1e7bc8325bb052185c17c81a674d0c4e)
1{ split ($0, x); print x[2], x[1] }
2