blob: 8f6743e31da71a1abca1bcc07512aae51957430e [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001// SPDX-License-Identifier: GPL-2.0
2#define _GNU_SOURCE
3#include <stdlib.h>
4
5int main(void)
6{
7 return !!reallocarray(NULL, 1, 1);
8}
David Brazdil0f672f62019-12-10 10:32:29 +00009
10#undef _GNU_SOURCE