about summary refs log tree commit diff
path: root/Test/09funcdef.ztst
blob: 9a244db658a8bb93d0a999eb3fe22f6cec94cb85 (plain) (blame)
1
2
3
4
5
6
7
8
%test

  function f$$ () {
    print regress expansion of function names
  }
  f$$
0:Regression test: `function f$$ () { ... }'
>regress expansion of function names