Sign in
kunit
/
linux
/
91b15613ce7fb3e724ca0d433eef8e6bf15322af
/
.
/
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
);
}