Home | History | Annotate | Line # | Download | only in testdir
      1 function g() { return "{" f() "}" }
      2 function f() { return $1 }
      3  { print "<" g() ">" }
      4