xref: /netbsd-src/external/historical/nawk/dist/testdir/t.set0b (revision 9fb66d812c00ebfb445c0b47dea128f32aa6fe96)
1{x=$1 = $0 = $2; print }
2{$0 = $2 = $1; print }
3{$(0) = $(2) = $(1); print }
4