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