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