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