Blob


1 #ifdef __NetBSD__
2 # define _OPENBSD_SOURCE
3 #endif
4 #include <stdlib.h>
6 int
7 main(void)
8 {
9 return !reallocarray(NULL, 2, 2);
10 }