Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9cd05ad2910b55238e3c720c99ad896dc538301b
/
.
/
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
);
}