xref
: /
openbsd-src
/
regress
/
usr.bin
/
bc
/
t5.in
(revision 72a6d7bd0acbb2f55631aaafc07cb7cd61572af3)
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