xref: /freebsd/contrib/one-true-awk/testdir/t.set1 (revision 23f24377b1a9ab6677f00f2302484d6658d94cab)
1*23f24377SWarner Loshfunction f(x) { x = 1; print x }
2*23f24377SWarner Losh{ f($0)
3*23f24377SWarner Losh  f($1) }
4