Sign in
coral
/
linux-mtk
/
891bd4df5313486b2017df4029b99fbbe1b0ed85
/
.
/
tools
/
build
/
feature
/
test-reallocarray.c
blob: 8170de35150dd35c6ee4b67896edacddd6aece39 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#define
_GNU_SOURCE
#include
<stdlib.h>
int
main
(
void
)
{
return
!!
reallocarray
(
NULL
,
1
,
1
);
}