Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr42749.c
blob: 508c08720ec06f7385c7c26f2d974ba1ee47156f [
file
] [
log
] [
blame
]
struct
pdf_object
{
int
val
;
};
int
pdf_count_size_object
(
struct
pdf_object
*
p_obj
)
{
return
pdf_count_size_object
(
p_obj
)
+
2
*
sizeof
(
struct
pdf_object
);
}