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