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