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