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