xref: /netbsd-src/external/bsd/mdocml/dist/test-reallocarray.c (revision 924795e69c8bb3f17afd8fcbb799710cc1719dc4)
1 #include <stdlib.h>
2 
3 int
4 main(void)
5 {
6 	return !reallocarray(NULL, 2, 2);
7 }
8