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