xref: /freebsd/contrib/one-true-awk/testdir/t.vf (revision 63f537551380d2dab29fa402ad1269feae17e594)
1BEGIN { i = 1 }
2{print $(i+i)}
3{print $(1)}
4