xref
: /
openbsd
/
regress
/
usr.bin
/
bc
/
t5.in
(revision 72a6d7bd)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
define f(a, b, c[]) {
2
auto d,e,f;
3
a=1;
4
return (8);
5
}
6
7
f(1,2,g[])
8