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