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