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