xref: /illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/t.fun0 (revision b531f6d16eb39863e7bbc34773fb7ef7a282a0a2)
1function f(a) { print "hello"; return a }
2{ print "<" f($1) ">" }
3