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