xref: /freebsd/contrib/mandoc/test-reallocarray.c (revision 38325e2ab8f0c7823e31df13bfc52e38e7f6d616)
1 #include <stdlib.h>
2 
3 int
4 main(void)
5 {
6 	return !reallocarray(NULL, 2, 2);
7 }
8