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