xref: /netbsd-src/external/historical/nawk/dist/testdir/t.fun0 (revision 2718af68c3efc72c9769069b5c7f9ed36f6b9def)
1function f(a) { print "hello"; return a }
2{ print "<" f($1) ">" }
3