summaryrefslogtreecommitdiff
path: root/external/historical/nawk/dist/testdir/t.fun0
blob: ad332d7d3687ed8ac7c27e033046f3ce4ec850ff (plain)
1
2
function f(a) { print "hello"; return a }
{ print "<" f($1) ">" }