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