xref: /freebsd/contrib/one-true-awk/testdir/t.vf3 (revision f7c32ed617858bcd22f8d1b03199099d50125721)
1BEGIN { i=1; j=2 }
2{$i = $j; print}
3