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