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