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