gmid/have/reallocarray.c

8 lines
75 B
C

#include <stdlib.h>
int
main(void)
{
return !reallocarray(NULL, 2, 2);
}