Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
tools
/
pg_bsd_indent
/
tests
/
offsetof.0.stdout
blob: 199bf0fa0755d0ffcb15abe37f75247ec773caa8 [
file
]
/* $FreeBSD$ */
/* See r303718 */
void
t
(
void
)
{
int
n
=
malloc
(
offsetof
(
struct
s
,
f
)
+
1
);
}