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