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