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