blob: e0c4220ca139703fda423ab16dc3f148af9ff8b1 [file] [log] [blame]
function g() { return "{" f() "}" }
function f() { return $1 }
{ print "<" g() ">" }