1function g() { return "{" f() "}" }
2function f() { return $1 }
3 { print "<" g() ">" }
4