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