xref: /freebsd/contrib/one-true-awk/testdir/t.set0b (revision 29fc4075e69fd27de0cded313ac6000165d99f8b)
1{x=$1 = $0 = $2; print }
2{$0 = $2 = $1; print }
3{$(0) = $(2) = $(1); print }
4