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