Sign in
cos
/
third_party
/
kernel
/
2bb777b7d2bd0e9e10fa648e8f5aff88dcc5ab01
/
.
/
tools
/
build
/
feature
/
test-reallocarray.c
blob: 8f6743e31da71a1abca1bcc07512aae51957430e [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#define
_GNU_SOURCE
#include
<stdlib.h>
int
main
(
void
)
{
return
!!
reallocarray
(
NULL
,
1
,
1
);
}
#undef
_GNU_SOURCE