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