Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
tools
/
pg_bsd_indent
/
tests
/
struct.0.stdout
blob: 38613128654fb5d9e4dfead631fff3fa4bae9f07 [
file
]
/* $FreeBSD$ */
int
f
(
struct
x
*
a
);
/* See r303485 */
void
t
(
void
)
{
static
const
struct
{
int
a
;
int
b
;
}
c
[]
=
{
{
D
,
E
},
{
F
,
G
}
};
}
void
u
(
struct
x a
)
{
int
b
;
struct
y c
=
(
struct
y
*)&
a
;
}