Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
tools
/
pg_bsd_indent
/
tests
/
f_decls.0.stdout
blob: bc2124855247e6d30b5a091f9f69ec1e46ce47f3 [
file
]
char
*
x
(
void
)
{
type identifier
;
type
*
pointer
;
unused
*
value
;
(
void
)
unused
*
value
;
dmax
=
(
double
)
3
*
10.0
;
dmin
=
(
double
)
dmax
*
10.0
;
davg
=
(
double
)
dmax
*
dmin
;
return
NULL
;
}
int
*
y
(
void
)
{
}
int
z
(
void
)
{
}
int
x
;
int
*
y
;
int
****
z
;