ref: cd1bcaf273f968c44f70c78eb1ff8729086badbb dir: /test/t.fun/
function g() { return "{" f() "}" } function f() { return $1 } { print "<" g() ">" }