gmid/have/reallocarray.c

8 lines
75 B
C
Raw Permalink Normal View History

2021-04-25 14:50:19 +02:00
#include <stdlib.h>
int
main(void)
{
return !reallocarray(NULL, 2, 2);
}