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