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