blob: 07a20349d643f86de531e1943aea6fc6a3d41fd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
%test
function f$$ () {
print regress expansion of function names
}
f$$
0:Regression test: `function f$$ () { ... }'
>regress expansion of function names
function foo () print bar
foo
0:Function definition without braces
>bar
|