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